500 error on https, site loads fine [closed]
Posted
by
jetlej
on Stack Overflow
See other posts from Stack Overflow
or by jetlej
Published on 2012-04-03T16:25:18Z
Indexed on
2012/04/03
17:29 UTC
Read the original article
Hit count: 211
http-status-code-500
Using http://web-sniffer.net/, I'm seeing a 500 internal error when accessing the https://www version of my site (https://moblized.com). However that URL loads perfectly fine with no errors. I was checking this because Google Webmaster is showing a bunch of 500 errors on my site.
Also just noticed that I get a 200 success error if sniffing with HTTP 1.0, but a 500 with HTTP 1.1
Note: All other URL versions 301 redirect to https://www, eg. http://www , https:// , http://
FIXED: For any curious parties, there was one PHP bug that was causing a fatal error, but was still allowing the page to load. Turning on php_debug helped...
© Stack Overflow or respective owner